Papers with post-training pruning
TAMP: Token-Adaptive Layerwise Pruning in Multimodal Large Language Models (2025.findings-acl)
Copied to clipboard
| Challenge: | Existing pruning methods fail to account for unique token attributes across layers and modalities inherent to MLLMs. |
| Approach: | They propose a pruning framework that takes into account unique token attributes across layers and modalities inherent to MLLMs. |
| Outcome: | The proposed pruning framework outperforms existing pruning techniques on two state-of-the-art MLLMs. |
Revisiting Pruning vs Quantization for Small Language Models (2025.findings-emnlp)
Copied to clipboard
| Challenge: | Compressing Small Language Models (SLMs) is particularly suited for resource-constrained devices, but their compression dynamics remain underexplored compared to Large Language Model (LLMs). |
| Approach: | They evaluated post-training pruning and quantization methods across six SLMs from 0.5 to 3.8B, seven languages, and seven downstream tasks. |
| Outcome: | The proposed methods outperform pruning and quantization on six SLMs from 0.5 to 3.8B, seven languages, and seven downstream tasks. |
Less Is More? Examining Fairness in Pruned Large Language Models for Summarising Opinions (2025.emnlp-main)
Copied to clipboard
| Challenge: | reducing the size of LLMs through post-training pruning has been studied, but its impact on model fairness remains unexplored. |
| Approach: | They propose a pruning method that removes parameters that are redundant for input processing but influential in output generation. |
| Outcome: | The proposed pruning method can maintain or improve fairness across models and tasks where existing methods have limitations. |